Welcome![Sign In][Sign Up]
Location:
Search - fat16 and fat32 file system

Search list

[Other resourcefat16 and fat32 file system

Description: fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
Platform: | Size: 58133 | Author: 于鱼 | Hits:

[Other resource89C51SND1C的mp3源程序包

Description: 该源码是基于atmel公司的89C51SND1C的mp3解决方案,支持三星和东芝的NAND flash 上的fat12,fat16和fat32文件系统。-the source is based on the ATMEL 89C51SND1C mp3 solution that supports Samsung and Toshiba's NAND flash on the FAT12, fat16 and fat32 file system.
Platform: | Size: 1513563 | Author: cguo | Hits:

[SCM89C51SND1C的mp3源程序包

Description: 该源码是基于atmel公司的89C51SND1C的mp3解决方案,支持三星和东芝的NAND flash 上的fat12,fat16和fat32文件系统。-the source is based on the ATMEL 89C51SND1C mp3 solution that supports Samsung and Toshiba's NAND flash on the FAT12, fat16 and fat32 file system.
Platform: | Size: 1513472 | Author: cguo | Hits:

[OS programfat_freedos

Description: freedos的文件系统模块源码,支持fat12,fat16和fat32,对于学习文件系统非常有用。-FreeDOS file system module source code, support FAT12, fat16 and fat32, the study documents the system is very useful.
Platform: | Size: 48128 | Author: 王汉文 | Hits:

[SCMfat16 and fat32 file system

Description: fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
Platform: | Size: 58368 | Author: 于鱼 | Hits:

[uCOSzhouligongFS

Description: 一个绝对好用的文件系统,可以支持FAT32和FAT16,非常适合UCOS系统-an absolute handy file system can support FAT32 and FAT16. UCOS very suitable for system
Platform: | Size: 31744 | Author: lchen | Hits:

[Software EngineeringFAT

Description: FAT文件系统原理,包括FAT16 和 FAT32 操作硬盘前需要消化掉这篇文章才行。-Principles of FAT file system, including FAT16 and FAT32 hard disk operation is needed in this article do digest.
Platform: | Size: 649216 | Author: 小勇 | Hits:

[SCMmicro_FAT_FileSystem

Description: 国外的一个微型开源FAT文件系统源码,支持FAT12,FAT16以及FAT32文件系统,可以支持多少驱动系统,并提供SD,HDD驱动源码,可以很方面的移植到各种需要文件系统支持的单片机上,-Abroad, a micro-source open source FAT file system, support for FAT12, FAT16 and FAT32 file system, can support the number of drive system, and to provide SD, HDD driver source code, can be transplanted into various aspects of file system to support the needs of single- tablet machine,
Platform: | Size: 263168 | Author: kevin | Hits:

[ARM-PowerPC-ColdFire-MIPSarm_filesystems

Description: 源码演示了FAT文件系统的基础知识,以及兼容FAT12、FAT16和FAT32的文件系统模块-Source FAT file system to demonstrate the basic knowledge, as well as compatible with FAT12, FAT16 and FAT32 file system module
Platform: | Size: 845824 | Author: 刘金周 | Hits:

[Embeded Linuxzlg_file_system

Description: 周立功开发的SD卡驱动和文件系统.支持FAT16和FAT32.-Week Ligong developed SD card drive and file system. To support the FAT16 and FAT32.
Platform: | Size: 33792 | Author: | Hits:

[OS Developfat16

Description: 完成了一套基于FAT16,并只支持短路径名的函数包。 可用于虚拟磁盘建立。甚至你自己写操作系统,文件系统就可以直接使用他。 由于当初是为朋友在他的板子上跑,只有1K ram,还不能全用,最多只有600-700字节可使用, 所以没有采用缓存的形式,直接采用读写操作。 他可以很轻易的扩充到FAT32(甚至FAT12都可以给予支持),当然还只是支持短路径名。说实在 除了高级应用FAT系列的长文件名真是费事。 这里,我打算将其做成SpaceC的控件之一,用于整合资源文件。-Based on the completion of a set of FAT16, and only supports a short path name of the function package. Can be used for the establishment of a virtual disk. Or even write your own operating system, file system can be directly used on him. Because it was for a friend in his board on the run, only 1K ram, also should not use the whole, a maximum of only 600-700 bytes can be used, there is no form of the use of the cache, directly read and write operations. He can be easily expanded to FAT32 (or FAT12 can support), of course, only to support the short path name. To tell the truth, apart from advanced applications FAT series of long file name is really cumbersome. Here, I intend to make one of SpaceC control for integrated resource file.
Platform: | Size: 19456 | Author: 李卓吾 | Hits:

[OS DevelopfileSystem

Description: 文件系统,9600,fat16,fat32 ,还不错哦-File System, 9600, fat16, fat32, oh well
Platform: | Size: 58368 | Author: 刘苑新 | Hits:

[MiddleWareFAT16

Description: 文件系统功能概论 1)本文件系统兼容FAT16/FAT32文件系统格式,支持长文件名,多级子目录,多盘操作,读写,创建删除文件等等功能。 2)本文件系统采用C代码编写,可以方便的移植于计算机应用平台,一般只需要额外编写磁盘的读写驱动,就可使用文件系统所有的功能。 3)具有文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读取文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)支持同时打开最多达254个文件;并且最大可打开文件数可由编译宏MaximumFCB设定。 5)支持多任务文件操作的功能:文件可同时同时被多个任务打开,但只有其中第一个打开文件的任务可以得到文件的完全读写权限,以实现文件在多任务环境下的并发操作的保护。 如需商业使用,请与作者联系啊:qq:292942278,e-mail:tony_yang123@sina.com.cn demo代码只支持FAT16 -Introduction to File System features 1) The file system compatible format FAT16/FAT32 file system to support long file names, multi-level subdirectory, many disk operations, read and write, create delete files and so on function. 2) The file system used to prepare C code can be easily transplanted into the computer application platform, which generally required to prepare additional disk drives to read and write, you can use all the functions of the file system. 3) has the file buffer functions: 1) read documents, read the location of the buffer zone in the document can be directly read from the file buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control . 4) supported at the same time open up to 254 documents and the largest number of documents can be opened by the macro compiler MaximumFCB settings. 5) Supporting file operations mission many features: documents can
Platform: | Size: 689152 | Author: 6756 | Hits:

[SCMsd

Description: 一个单片机上的sd卡驱动程序,支持fat32,fat16等文件系统,很有参考价值。-A microcontroller on the sd card driver and support fat32, fat16 file system, etc., of great reference value.
Platform: | Size: 41984 | Author: | Hits:

[Embeded-SCM DevelopFAT16

Description: FAT16文件系统免费C代码下载 1)兼容FAT16/FAT32文件系统,支持长文件名,多级目录,多盘操作,读写,创建,删除文件,盘遍厉等等功能 2)采用C代码编写,方便的移植于多种计算机应用平台,一般情况下只需编写额外磁盘的读写驱动,即可使用文件系统所有的功能。 3)具备文件数据块缓冲功能:1)读文件时,读位置在数据块缓冲内,即可直接从数据块缓冲中读取数据,而不需读物理磁盘,加快了读取文件的速度;而且,文件数据块缓冲的大小可由编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)支持打开多达254个文件;同时,最大允许打开文件数目由编译宏MaximumFCB设定。 5)支持多任务下文件的并发存取:即一个文件可同时被多个任务引用,其中只有第一个引用文件的任务可得到文件的读写完全权限,因此,实现文件了多任务环境下的并发存取。 (FAT16代码为免费代码,用户可用于产品上,并拥有修改的权利! 本代码有FAT32(兼容FAT16)和多盘的收费版本, 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)-FAT16 file system, C code for free download 1) Compatible FAT16/FAT32 file system, support long file names, multi-level directory, multi-disk operations, read and write, create, delete files, disk and so on over the function of Li 2) using C coding to facilitate transplantation in a variety of computer application platform, under normal circumstances only the development of additional disk drives to read and write, you can use the file system for all functions. 3) Have the file data block buffer functions: 1) read the file, read the location data block buffer, the buffer can be directly read from the data block of data without having to read physical disk, speed up the speed of reading the file Moreover, the file data block size of the buffer can be compiled macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control. 4) support to open up to 254 documents the same time, the maximum allowable number of open files by the compiler macro MaximumFCB settings. 5) Supp
Platform: | Size: 454656 | Author: 6756 | Hits:

[File FormatFAT16

Description: FAT16-FAT32文件系统原理中文说明-FAT16-FAT32 file system, the Chinese principle of explanation
Platform: | Size: 649216 | Author: 张伟伟 | Hits:

[SCMfat16

Description: 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn) -FAT16 file system, embedded C code for free download The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers. (FAT16 code is free code, users can directly use. This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: | Size: 453632 | Author: 6756 | Hits:

[Embeded-SCM DevelopFAT16

Description: 嵌入式FAT文件系统免费源码下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn) -Embedded FAT file system source code for free download The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers. (FAT16 is free code, users can directly use. This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: | Size: 683008 | Author: 6756 | Hits:

[SCMfat16-and-fat32-file-system

Description: stem32的开发实例,对于fat16和fat32格式的读取测试。是stem32进阶的不错选择。-stem32 a development instance, fat16 and fat32 format for the read test. Is stem32 advanced a good choice.
Platform: | Size: 58368 | Author: liuqingguo | Hits:

[ARM-PowerPC-ColdFire-MIPSfat16_32

Description: 一套代码实现兼容FAT16和FAT32的文件系统代码-A code compatible with FAT16 and FAT32 file system code
Platform: | Size: 44032 | Author: nicefore | Hits:
« 12 3 4 »

CodeBus www.codebus.net